var crypto/tls.errInvalidECHExt
6 uses
crypto/tls (current package)
ech.go#L369: return nil, errInvalidECHExt
ech.go#L492: var errInvalidECHExt = errors.New("tls: client sent invalid encrypted_client_hello extension")
ech.go#L519: err = errInvalidECHExt
ech.go#L551: if errors.Is(err, errInvalidECHExt) {
ech.go#L557: return nil, nil, errInvalidECHExt
ech.go#L619: return nil, nil, errInvalidECHExt
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |